@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    font-family: "poppins",sans-serif;
}

:root {
    --bg-color: #1e1e1e;
    --bg-light-color: #303036;
    --text-color: #f9f9f9;
    --para-color: #9c9c9c;
    --main-color: #8f43ee;
    --light-color: #b37df5;
    --extra-light: #cea5ff;
}

body{
    background-color: var(--bg-color);
}


html,body{
  width: 100%;
  padding: 0;
  overflow-x: hidden;
}

html{
  scroll-behavior: smooth;
}



/* ******* Header *******/

.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: .9rem 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--bg-color);
    z-index: 100;
}

.logo {
    font-size: 26px;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    position: relative;
   left: -280px;
}

nav {
    font-size: 20px;
    font-weight: 700;
    width: 100%;
}

nav a {
    color: var(--text-color);
    position: relative;
    right: -320px;
    
}

nav a:hover{
    color: var(--main-color);
}
    
nav li{
    display: inline-block;
    margin: 20px;
}

/******* Link Hover Effect ******* */

nav a:hover:after {
    width: 100%;
    left: 0;
}

nav a:after{
    content: "";
    pointer-events: none;
    bottom: -2px;
    left: 50%;
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: var(--main-color);
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 400ms;
    transition-property: width, left;
}


/* ******* About Me ******* */

.about-me {
    position: flex;
    right: 40px;
}

.h2{
     font-size: 2.5rem;
     font-weight: 500;
     margin-top: 100px;
     text-align: center;
     letter-spacing: 1px;
     position: relative;
     top: 0px;
     left: -10px;
     color: var(--text-color);
}

   .h2 span {
    color: var(--main-color);
}

.about-heading p{
    color: var(--text-color);
    font-size: 20px;
    line-height: 1.5;
    padding: 20px;
    text-align: justify;
}

.about-me li {
    color: var(--main-color);
    font-size: 20px;
    height: 1.7em;
    width: 120px;
    word-spacing: -1px;
    position: relative;
    left: 600px;
    
}

.about-heading li {
    list-style: '\1F44D';
    padding: 3px;
}

.about-me ul {
    display: flex;
    flex-direction: column;
}

/* ******* Skills ******** */

.h1 {
  font-size: 2.5rem;
   font-weight: 500;
   margin-top: 100px;
   letter-spacing: 1px;
   color: var(--main-color);
   position: relative;
   top: -50px;
   left: 610px;
}

.h1 span {
  color: var(--main-color);
}


/* ***********Skill Card ********** */



@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");


.container {
     display:flex;
     flex-wrap: wrap;
     gap: 25px;
  
    margin: 10px 330px;
  
    width: 800px;
    height: 700px;
  
    .skill-card {
      display:grid;

      
      width: 150px ;
      height: 200px;
  
      border: 3px solid var(--main-color);
      border-radius: 10px;
  
      transition: all 0.5s;
  
      &:hover {
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
          0 10px 10px rgba(0, 0, 0, 0.22);
      }

      

      #tag-1 {
        width: 50px;
        height: 20PX;
        color: var(--text-color);
        font-size: 17px;
        position: relative;
        top: -30px;
        left: 53px;
      }

      #tag-2 {
        width: 50px;
        height: 20PX;
        color: var(--text-color);
        font-size: 17px;
        position: relative;
        top: -45px;
        left: 55px;
      }

      #tag-3 {
        width: 50px;
        height: 20PX;
        color: var(--text-color);
        font-size: 17px;
        position: relative;
        top: -45px;
        left: 55px;
      }


      #tag-4 {
        width: 50px;
        height: 20PX;
        color: var(--text-color);
        font-size: 17px;
        position: relative;
        top: -45px;
        left: 50px;
      }


      #tag-5 {
        width: 50px;
        height: 20PX;
        color: var(--text-color);
        font-size: 17px;
        position: relative;
        top: -30px;
        left: 60px;
      }

      #tag-6 {
        width: 50px;
        height: 20PX;
        color: var(--text-color);
        font-size: 17px;
        position: relative;
        top: -25px;
        left: 35px;
      }

      #tag-7 {
        width: 50px;
        height: 20PX;
        color: var(--text-color);
        font-size: 17px;
        position: relative;
        top: -40px;
        left: 40px;
      }

      #tag-8{
        width: 50px;
        height: 20PX;
        color: var(--text-color);
        font-size: 17px;
        position: relative;
        top: -40px;
        left: 45px;
      }

      #tag-9{
        width: 50px;
        height: 20PX;
        color: var(--text-color);
        font-size: 17px;
        position: relative;
        top: -20px;
        left: 55px;
      }

      #tag-10{
        width: 50px;
        height: 20PX;
        color: var(--text-color);
        font-size: 17px;
        position: relative;
        top: -18px;
        left: 45px;
      }

      #tag-11{
        width: 50px;
        height: 20PX;
        color: var(--text-color);
        font-size: 17px;
        position: relative;
        top: -18px;
        left: 45px;
      }

      #tag-12{
        width: 50px;
        height: 20PX;
        color: var(--text-color);
        font-size: 17px;
        position: relative;
        top: -23px;
        left: 45px;
      }
    }

    .skill-card:hover {
        background: var(--main-color);
      }
  }

/*  ******** Footer ********* */

.footer{
  background-color: var(--bg-light-color);
 margin-top: 100px;
}

.footercontainer{
  width: 100%;
  padding: 75px;
}

/* ********** get in touch ********* */

.footer .get{
  color: var(--para-color);
  font-size: 40px;
  position: relative;
  top: 120px;
  left: 200px;
}

/* ************ Socials ************ */

.footer .socialicons{
  position: relative;
  right: -800px;
}

.socialicons a{
  font-size: 31px;
  text-decoration: none;
  padding: 10px;
  color: var(--text-color);
  opacity: 0.9;
}

.socialicons a:hover{
  background-color: var(--main-color);
  border-radius: 100%;
}


/* ********** Copyrights ********** */

.footerbottom{
  padding: 1px;
  text-align: center;
}


.footerbottom p{
  color: #f9f9f9;
  font-size: 10px;
}

.disigner{
  opacity: 0.7;
  text-decoration: uppercase;
  font-weight: 700;
  margin: 0px 5;
}



/* ******* Custom Scrollbar ******** */

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    background: var(--para-color); 
}

::-webkit-scrollbar-thumb {
    background-color: var(--main-color);
    border-radius: 20px;
    
}

::-webkit-scrollbar-track:hover {
    background-color: var(--bg-color);
}


/*  ********* Loading ********** */


.loader {
    width: 100%;
    height: 170vh;
    position: fixed;
    top: -250px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1e1e1e;
    z-index: 100;
    
}

.iframe {
    display: none;
}

.spinner {
    width: 80px;
    height: 80px;
    border: 10px solid #45474b;
    border-radius: 100%;
    border-top: 10px solid var(--main-color);
    animation: spin 1.4s linear infinite;
}

@keyframes spin{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}




/*  ********** TOOLS ************** */


#tool{
    font-size: 2.5rem;
 font-weight: 500;
 margin-top: 100px;
 letter-spacing: 1px;
 color: var(--text-color);
 transform: translateX(-15%);
 position: relative;
 left: 760px;
 top: -30px;
  }

  #tool span {
    color: var(--main-color);
  }

  /* ***********Tool Card ********** */



@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");


.container2 {
     display:flex;
     flex-wrap: wrap;
     gap: 20px;
  
    margin: 10px 400px;
  
    width: 550px;
    height: 650px;
  
    .tool-card {
      display:flex;
      width: 150px;
      height: 200px;
     
     

      
  
      border: 3px solid var(--main-color);
      border-radius: 10px;
  
      transition: all 0.5s;
  
      &:hover {
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
          0 10px 10px rgba(0, 0, 0, 0.22);
      }

      #tag-13 {
        width: 50px;
        height: 20PX;
        color: var(--text-color);
        font-size: 17px;
        position: relative;
        top: 140px;
        left: -65px;
      }

      #tag-14 {
        width: 50px;
        height: 20PX;
        color: var(--text-color);
        font-size: 17px;
        position: relative;
        top: 140px;
        left: -75px;
      }

      #tag-15 {
        width: 50px;
        height: 20PX;
        color: var(--text-color);
        font-size: 17px;
        position: relative;
        top: 140px;
        left: -55px;
      }

      #tag-16 {
        width: 50px;
        height: 20PX;
        color: var(--text-color);
        font-size: 17px;
        position: relative;
        top: 120px;
        left: -60px;
      }

      #tag-17 {
        width: 50px;
        height: 20PX;
        color: var(--text-color);
        font-size: 17px;
        position: relative;
        top: 120px;
        left: -60px;
      }

      #tag-18 {
        width: 50px;
        height: 20PX;
        color: var(--text-color);
        font-size: 17px;
        position: relative;
        top: 120px;
        left: -60px;
      }

      #tag-19 {
        width: 50px;
        height: 20PX;
        color: var(--text-color);
        font-size: 17px;
        position: relative;
        top: 120px;
        left: -55px;
      }

    }

    .tool-card:hover {
        background: var(--main-color);
      }
}


/* *************************** 1200px ************************ */


@media (max-width:1200px){


  
html,body{
  width: 100%;
  padding: 0;
  overflow-x: hidden;
}

html{
  scroll-behavior: smooth;
}


/* ******* Header *******/

.header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: .9rem 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--bg-color);
  z-index: 100;
}

.logo {
  font-size: 26px;
  font-weight: 700;
  color: var(--text-color);
  text-decoration: none;
  position: relative;
 left: -180px;
}

nav {
  font-size: 20px;
  font-weight: 700;
  width: 100%;
}

nav a {
  color: var(--text-color);
  position: relative;
  right: -250px;
  
}

nav a:hover{
  color: var(--main-color);
}
  
nav li{
  display: inline-block;
  margin: 20px;
}

/******* Link Hover Effect ******* */

nav a:hover:after {
  width: 100%;
  left: 0;
}

nav a:after{
  content: "";
  pointer-events: none;
  bottom: -2px;
  left: 50%;
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: var(--main-color);
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: width, left;
}


/* ******* About Me ******* */

.about-me {
  position: flex;
  right: 40px;
}

.h2{
   font-size: 2.5rem;
   font-weight: 500;
   margin-top: 100px;
   text-align: center;
   letter-spacing: 1px;
   position: relative;
   top: 10px;
   left: 10px;
   color: var(--text-color);
   
}
span {
  color: var(--main-color);
}

.about-heading p{
  color: var(--text-color);
  font-size: 20px;
  line-height: 1.5;
  text-align: justify;
  padding: 20px;
}

.about-me li {
  color: var(--main-color);
  font-size: 20px;
  height: 1.7em;
  width: 120px;
  word-spacing: -1px;
  position: relative;
  left: 600px;
  
}

.about-heading li {
  list-style: '\1F44D';
  padding: 3px;
}

.about-me ul {
  display: flex;
  flex-direction: column;
}

/* ******* Skills ******** */

.h1 {
  font-size: 2.5rem;
   font-weight: 500;
   margin-top: 100px;
   text-align: center;
   letter-spacing: 1px;
   color: var(--main-color);
   position: relative;
   top: -20px;
   left: 10px;
}

.h1 span {
  color: var(--main-color);
}


/* ***********Skill Card ********** */



@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");


.container {
   display:flex;
   flex-wrap: wrap;
   gap: 25px;

  margin: 10px 270px;

  width: 800px;
  height: 700px;

  .skill-card {
    display:grid;

    
    width: 150px ;
    height: 200px;

    border: 3px solid var(--main-color);
    border-radius: 10px;

    transition: all 0.5s;

    &:hover {
      box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
        0 10px 10px rgba(0, 0, 0, 0.22);
    }

    

    #tag-1 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: -30px;
      left: 53px;
    }

    #tag-2 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: -45px;
      left: 55px;
    }

    #tag-3 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: -45px;
      left: 55px;
    }


    #tag-4 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: -45px;
      left: 50px;
    }


    #tag-5 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: -30px;
      left: 60px;
    }

    #tag-6 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: -25px;
      left: 35px;
    }

    #tag-7 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: -40px;
      left: 40px;
    }

    #tag-8{
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: -40px;
      left: 45px;
    }

    #tag-9{
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: -20px;
      left: 55px;
    }

    #tag-10{
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: -18px;
      left: 45px;
    }

    #tag-11{
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: -18px;
      left: 45px;
    }

    #tag-12{
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: -23px;
      left: 45px;
    }
  }

  .skill-card:hover {
      background: var(--main-color);
    }
}


/*  ******** Footer ********* */

.footer{
  background-color: var(--bg-light-color);
 margin-top: 100px;
}

.footercontainer{
  width: 100%;
  padding: 75px;
}

/* ********** get in touch ********* */

.footer .get{
  color: var(--para-color);
  font-size: 40px;
  position: relative;
  top: 115px;
  left: 150px;
}

/* ************ Socials ************ */

.footer .socialicons{
  position: relative;
  right: -700px;
}

.socialicons a{
  font-size: 31px;
  text-decoration: none;
  padding: 10px;
  color: var(--text-color);
  opacity: 0.9;
}

.socialicons a:hover{
  background-color: var(--main-color);
  border-radius: 100%;
}


/* ********** Copyrights ********** */

.footerbottom{
  padding: 1px;
  text-align: center;
}


.footerbottom p{
  color: #f9f9f9;
  font-size: 10px;
}

.disigner{
  opacity: 0.7;
  text-decoration: uppercase;
  font-weight: 700;
  margin: 0px 5;
}



/* ******* Custom Scrollbar ******** */

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  background: var(--para-color); 
}

::-webkit-scrollbar-thumb {
  background-color: var(--main-color);
  border-radius: 20px;
  
}

::-webkit-scrollbar-track:hover {
  background-color: var(--bg-color);
}


/*  ********* Loading ********** */


.loader {
  width: 100%;
  height: 170vh;
  position: absolute;
  top: -600px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1e1e1e;
  z-index: 100;
  
}

.iframe {
  display: none;
}

.spinner {
  width: 80px;
  height: 80px;
  border: 10px solid #45474b;
  border-radius: 100%;
  border-top: 10px solid var(--main-color);
  animation: spin 1.4s linear infinite;
}

@keyframes spin{
  0%{
      transform: rotate(0deg);
  }
  100%{
      transform: rotate(360deg);
  }
}

/*  ********** TOOLS ************** */


#tool{
  font-size: 2.5rem;
font-weight: 500;
margin-top: 100px;
text-align: center;
letter-spacing: 1px;
color: var(--text-color);
transform: translateX(-15%);
position: relative;
left: 180px;
top: -30px;
}

/* ***********Tool Card ********** */



@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");


.container2 {
   display:flex;
   flex-wrap: wrap;
   gap: 20px;

  margin: 10px 350px;

  width: 550px;
  height: 650px;

  .tool-card {
    display:flex;
    width: 150px;
    height: 200px;
   
   

    

    border: 3px solid var(--main-color);
    border-radius: 10px;

    transition: all 0.5s;

    &:hover {
      box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
        0 10px 10px rgba(0, 0, 0, 0.22);
    }

    #tag-13 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -65px;
    }

    #tag-14 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -75px;
    }

    #tag-15 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -55px;
    }

    #tag-16 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 120px;
      left: -60px;
    }

    #tag-17 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 120px;
      left: -60px;
    }

    #tag-18 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 120px;
      left: -60px;
    }

    #tag-19 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 120px;
      left: -55px;
    }

  }

  .tool-card:hover {
      background: var(--main-color);
    }
}
}


/* ************************* 1024px *************************** */

@media (max-width:1024px){


  html,body{
    width: 100%;
    padding: 0;
    overflow-x: hidden;
  }
  
  html{
    scroll-behavior: smooth;
  }


/* ******* Header *******/

.header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: .9rem 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--bg-color);
  z-index: 100;
}

.logo {
  font-size: 26px;
  font-weight: 700;
  color: var(--text-color);
  text-decoration: none;
  position: relative;
 left: -160px;
}

nav {
  font-size: 20px;
  font-weight: 700;
  width: 100%;
}

nav a {
  color: var(--text-color);
  position: relative;
  right: -200px;
  
}

nav a:hover{
  color: var(--main-color);
}
  
nav li{
  display: inline-block;
  margin: 20px;
}

/******* Link Hover Effect ******* */

nav a:hover:after {
  width: 100%;
  left: 0;
}

nav a:after{
  content: "";
  pointer-events: none;
  bottom: -2px;
  left: 50%;
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: var(--main-color);
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: width, left;
}


/* ******* About Me ******* */

.about-me {
  position: flex;
  right: 40px;
}

.h2{
   font-size: 2.5rem;
   font-weight: 500;
   margin-top: 100px;
   text-align: center;
   letter-spacing: 1px;
   position: relative;
   top: 0px;
   left: 1px;
   color: var(--text-color);
}

span {
  color: var(--main-color);
}

.about-heading p{
  color: var(--text-color);
  font-size: 20px;
  line-height: 1.5;
  text-align: justify;
  padding: 20px;
}

.about-me li {
  color: var(--main-color);
  font-size: 20px;
  height: 1.7em;
  width: 120px;
  word-spacing: -1px;
  position: relative;
  left: 550px;
  
}

.about-heading li {
  list-style: '\1F44D';
  padding: 3px;
}

.about-me ul {
  display: flex;
  flex-direction: column;
}

/* ******* Skills ******** */

.h1 {
  font-size: 2.5rem;
   font-weight: 500;
   margin-top: 100px;
   text-align: center;
   letter-spacing: 1px;
   color: var(--main-color);
   position: relative;
   top: -30px;
   left: 10px;
}

.span {
  color: var(--main-color);
}


/* ***********Skill Card ********** */



@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");


.container {
   display:flex;
   flex-wrap: wrap;
   gap: 25px;

  margin: 10px 180px;

  width: 800px;
  height: 700px;

  .skill-card {
    display:grid;

    
    width: 150px ;
    height: 200px;

    border: 3px solid var(--main-color);
    border-radius: 10px;

    transition: all 0.5s;

    &:hover {
      box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
        0 10px 10px rgba(0, 0, 0, 0.22);
    }

    

    #tag-1 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: -30px;
      left: 53px;
    }

    #tag-2 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: -45px;
      left: 55px;
    }

    #tag-3 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: -45px;
      left: 55px;
    }


    #tag-4 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: -45px;
      left: 50px;
    }


    #tag-5 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: -30px;
      left: 60px;
    }

    #tag-6 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: -25px;
      left: 35px;
    }

    #tag-7 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: -40px;
      left: 40px;
    }

    #tag-8{
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: -40px;
      left: 45px;
    }

    #tag-9{
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: -20px;
      left: 55px;
    }

    #tag-10{
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: -18px;
      left: 45px;
    }

    #tag-11{
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: -18px;
      left: 45px;
    }

    #tag-12{
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: -23px;
      left: 45px;
    }
  }

  .skill-card:hover {
      background: var(--main-color);
    }
}

/*  ******** Footer ********* */

.footer{
  background-color: var(--bg-light-color);
 margin-top: 100px;
}

.footercontainer{
  width: 100%;
  padding: 75px;
}

/* ********** get in touch ********* */

.footer .get{
  color: var(--para-color);
  font-size: 40px;
  position: relative;
  top: 125px;
  left: 150px;
}

/* ************ Socials ************ */

.footer .socialicons{
  position: relative;
  right: -550px;
}

.socialicons a{
  font-size: 31px;
  text-decoration: none;
  padding: 10px;
  color: var(--text-color);
  opacity: 0.9;
}

.socialicons a:hover{
  background-color: var(--main-color);
  border-radius: 100%;
}


/* ********** Copyrights ********** */

.footerbottom{
  padding: 1px;
  text-align: center;
}


.footerbottom p{
  font-size: 10px;
}

.disigner{
  color: #f9f9f9;
  opacity: 0.7;
  text-decoration: uppercase;
  font-weight: 700;
  margin: 0px 5;
}



/* ******* Custom Scrollbar ******** */

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  background: var(--para-color); 
}

::-webkit-scrollbar-thumb {
  background-color: var(--main-color);
  border-radius: 20px;
  
}

::-webkit-scrollbar-track:hover {
  background-color: var(--bg-color);
}


/*  ********* Loading ********** */


.loader {
  width: 100%;
  height: 170vh;
  position: absolute;
  top: -600px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1e1e1e;
  z-index: 100;
  
}

.iframe {
  display: none;
}

.spinner {
  width: 80px;
  height: 80px;
  border: 10px solid #45474b;
  border-radius: 100%;
  border-top: 10px solid var(--main-color);
  animation: spin 1.4s linear infinite;
}

@keyframes spin{
  0%{
      transform: rotate(0deg);
  }
  100%{
      transform: rotate(360deg);
  }
}


/*  ********** TOOLS ************** */


#tool{
  font-size: 2.5rem;
font-weight: 500;
margin-top: 100px;
text-align: center;
letter-spacing: 1px;
color: var(--text-color);
transform: translateX(-15%);
position: relative;
left: 180px;
top: -30px;
}

/* ***********Tool Card ********** */



@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");


.container2 {
   display:flex;
   flex-wrap: wrap;
   gap: 20px;

  margin: 10px 300px;

  width: 550px;
  height: 650px;

  .tool-card {
    display:flex;
    width: 150px;
    height: 200px;
   
   

    

    border: 3px solid var(--main-color);
    border-radius: 10px;

    transition: all 0.5s;

    &:hover {
      box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
        0 10px 10px rgba(0, 0, 0, 0.22);
    }

    #tag-13 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -65px;
    }

    #tag-14 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -75px;
    }

    #tag-15 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -55px;
    }

    #tag-16 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 120px;
      left: -60px;
    }

    #tag-17 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 120px;
      left: -60px;
    }

    #tag-18 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 120px;
      left: -60px;
    }

    #tag-19 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 120px;
      left: -55px;
    }

  }

  .tool-card:hover {
      background: var(--main-color);
    }

}
}



/* ******************************************** 992px ***************************************** */

@media (max-width:992px){
/* ******* Header *******/


   html,body{
    width: 100%;
    padding: 0;
    overflow-x: hidden;
  }
  
  html{
    scroll-behavior: smooth;
  }

.header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: .9rem 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--bg-color);
  z-index: 100;
}

.logo {
  font-size: 26px;
  font-weight: 700;
  color: var(--text-color);
  text-decoration: none;
  position: relative;
 left: -160px;
}

nav {
  font-size: 20px;
  font-weight: 700;
  width: 100%;
}

nav a {
  color: var(--text-color);
  position: relative;
  right: -180px;
  
}

nav a:hover{
  color: var(--main-color);
}
  
nav li{
  display: inline-block;
  margin: 20px;
}

/******* Link Hover Effect ******* */

nav a:hover:after {
  width: 100%;
  left: 0;
}

nav a:after{
  content: "";
  pointer-events: none;
  bottom: -2px;
  left: 50%;
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: var(--main-color);
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: width, left;
}


/* ******* About Me ******* */

.about-me {
  position: flex;
  right: 40px;
}

.h2{
   font-size: 2.5rem;
   font-weight: 500;
   margin-top: 100px;
   text-align: center;
   letter-spacing: 1px;
   position: relative;
   top: 0px;
   left: 5px;
   color: var(--text-color);
   transform: translateX(-15%);
opacity: 0;
animation: slide-in-anim 3s ease-in-out forwards;
}

@keyframes slide-in-anim {
  0% {
    opacity: 0%;
    
  }
  50% {
     margin-left: 25%;
  }
  100% {
    opacity: 1;
    margin-left: 25%;
  }
}

span {
  color: var(--main-color);
}

.about-heading p{
  color: var(--text-color);
  font-size: 20px;
  line-height: 1.5;
  padding: 20px;
}

.about-me li {
  color: var(--main-color);
  font-size: 20px;
  height: 1.7em;
  width: 120px;
  word-spacing: -1px;
  position: relative;
  left: 550px;
  
}

.about-heading li {
  list-style: '\1F44D';
  padding: 3px;
}

.about-me ul {
  display: flex;
  flex-direction: column;
}

/* ******* Skills ******** */

.h1 {
  font-size: 2.5rem;
   font-weight: 500;
   margin-top: 100px;
   text-align: center;
   letter-spacing: 1px;
   color: var(--main-color);
   position: relative;
   top: -50px;
   left: 5px;
   transform: translateX(-15%);
opacity: 0;
animation: slide-in-anim 3s ease-in-out forwards;
}

.span {
  color: var(--main-color);
}


/* ***********Skill Card ********** */



@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");


.container {
   display:flex;
   flex-wrap: wrap;
   gap: 25px;

  margin: 10px 180px;

  width: 800px;
  height: 700px;

  .skill-card {
    display:grid;

    
    width: 150px ;
    height: 200px;

    border: 3px solid var(--main-color);
    border-radius: 10px;

    transition: all 0.5s;

    &:hover {
      box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
        0 10px 10px rgba(0, 0, 0, 0.22);
    }

    

    #tag-1 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: -30px;
      left: 53px;
    }

    #tag-2 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: -45px;
      left: 55px;
    }

    #tag-3 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: -45px;
      left: 55px;
    }


    #tag-4 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: -45px;
      left: 50px;
    }


    #tag-5 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: -30px;
      left: 60px;
    }

    #tag-6 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: -25px;
      left: 35px;
    }

    #tag-7 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: -40px;
      left: 40px;
    }

    #tag-8{
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: -40px;
      left: 45px;
    }

    #tag-9{
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: -20px;
      left: 55px;
    }

    #tag-10{
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: -18px;
      left: 45px;
    }

    #tag-11{
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: -18px;
      left: 45px;
    }

    #tag-12{
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: -23px;
      left: 45px;
    }
  }

  .skill-card:hover {
      background: var(--main-color);
    }
}

/*  ******** Footer ********* */

.footer{
  background-color: var(--bg-light-color);
 margin-top: 100px;
}

.footercontainer{
  width: 100%;
  padding: 75px;
}

/* ********** get in touch ********* */

.footer .get{
  color: var(--para-color);
  font-size: 40px;
  position: relative;
  top: 90px;
  left: 150px;
}

/* ************ Socials ************ */

.footer .socialicons{
  position: relative;
  right: -550px;
  top: -35px;
}

.socialicons a{
  font-size: 31px;
  text-decoration: none;
  padding: 10px;
  color: var(--text-color);
  opacity: 0.9;
}

.socialicons a:hover{
  background-color: var(--main-color);
  border-radius: 100%;
}


/* ********** Copyrights ********** */

.footerbottom{
  padding: 1px;
  text-align: center;
}


.footerbottom p{
  font-size: 10px;
}

.disigner{
  color: #f9f9f9;
  opacity: 0.7;
  text-decoration: uppercase;
  font-weight: 700;
  margin: 0px 5;
}



/* ******* Custom Scrollbar ******** */

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  background: var(--para-color); 
}

::-webkit-scrollbar-thumb {
  background-color: var(--main-color);
  border-radius: 20px;
  
}

::-webkit-scrollbar-track:hover {
  background-color: var(--bg-color);
}


/*  ********* Loading ********** */


.loader {
  width: 100%;
  height: 170vh;
  position: absolute;
  top: -600px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1e1e1e;
  z-index: 100;
  
}

.iframe {
  display: none;
}

.spinner {
  width: 80px;
  height: 80px;
  border: 10px solid #45474b;
  border-radius: 100%;
  border-top: 10px solid var(--main-color);
  animation: spin 1.4s linear infinite;
}

@keyframes spin{
  0%{
      transform: rotate(0deg);
  }
  100%{
      transform: rotate(360deg);
  }
}


/*  ********** TOOLS ************** */


#tool{
  font-size: 2.5rem;
font-weight: 500;
margin-top: 100px;
text-align: center;
letter-spacing: 1px;
color: var(--text-color);
transform: translateX(-15%);
position: relative;
left: 20px;
top: -30px;
opacity: 0;
animation: slide-in-anim 3s ease-in-out forwards;
}

/* ***********Tool Card ********** */



@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");


.container2 {
   display:flex;
   flex-wrap: wrap;
   gap: 20px;

  margin: 10px 280px;

  width: 550px;
  height: 650px;

  .tool-card {
    display:flex;
    width: 150px;
    height: 200px;
   
   

    

    border: 3px solid var(--main-color);
    border-radius: 10px;

    transition: all 0.5s;

    &:hover {
      box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
        0 10px 10px rgba(0, 0, 0, 0.22);
    }

    #tag-13 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -65px;
    }

    #tag-14 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -75px;
    }

    #tag-15 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -55px;
    }

    #tag-16 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 120px;
      left: -60px;
    }

    #tag-17 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 120px;
      left: -60px;
    }

    #tag-18 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 120px;
      left: -60px;
    }

    #tag-19 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 120px;
      left: -55px;
    }

  }

  .tool-card:hover {
      background: var(--main-color);
    }

}
}



/* ******************************** 768px ************************ */

@media (max-width: 768px) {


  html,body{
    width: 100%;
    padding: 0;
    overflow-x: hidden;
  }
  
  html{
    scroll-behavior: smooth;
  }


  .header{
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      padding: 2.5rem ;
      display: flex;
      justify-content: space-between;
      align-items: center;
      z-index: 100;
  }

  .logo {
    font-size: 26px;
    font-weight: 700;
    color: var(--text-color);
   position: absolute;
   left: 40px;
   top: 30px;
}

/* *********** about me ********** */


  .about-heading p{
      color: var(--text-color);
      text-align: justify;
      font-size: 20px;
      line-height: 1.5;
      padding: 40px;
  }

  .about-me li {
      color: var(--main-color);
      font-size: 20px;
      height: 1.7em;
      width: 120px;
      word-spacing: 3px;
      position: relative;
      top: -5px;
      left: 350px;
  }

      /* navigation inner text */
  
      nav a{
          color: var(--text-color);
      }

      nav li{
        display: block;
        text-align: center;
        margin: 1.3rem 0;
        margin-left: -350px;
      }
        /* ********down navbar****** */
       nav ul{
          background-color: rgba(213, 121, 255, 0.67);
          position: absolute;
          top: 80px;
          left: 0;
          width: 100%;
          height: 0;
          overflow: hidden;
      }
  
      /* ******* Menu ******** */
  
  .menu-line {
      height: 3px;
      width: 20px;
      background-color: var(--text-color);
      margin-bottom: 3px;
  }
  
  .menu {
      cursor: pointer;
  }
  
      .menu {
          display: block;
          position: absolute;
          right: 40px;
          top: 30px;
      }
  
      .showmenu{
          display:block;
          height: 13.7rem;
          transition: .5s ease;
      }
  
  
  /******* Link Hover Effect ******* */

nav a:hover:after {
  width: 100%;
 left: 0%;
}

nav a:after{
  content: "";
  pointer-events: none;
  bottom: -2px;
  left: 50%;
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: var(--main-color);
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: width, left;
}

/* ******* about me heading ******** */

.h2{
  font-size: 2.5rem;
  font-weight: 500;
  margin-top: 100px;
  text-align: center;
  letter-spacing: 1px;
  position: relative;
  top: 30px;
  left: 15px;
  color: var(--text-color);
  transform: translateX(-15%);
opacity: 0;
animation: slide-in-anim 3s ease-in-out forwards;
}


/* ******* Skills ******** */

.h1 {
  font-size: 2.5rem;
   font-weight: 500;
   margin-top: 100px;
   text-align: center;
   letter-spacing: 1px;
   color: var(--main-color);
   position: relative;
   top: -50px;
   left: 10px;
   transform: translateX(-15%);
opacity: 0;
animation: slide-in-anim 3s ease-in-out forwards;
}

.span {
  color: var(--main-color);
}


/* ***********Skill Card ********** */



@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");


.container {
   display:flex;
   flex-wrap: wrap;
   gap: 10px;

  margin: 5px 150px;

  width: 480px;
  height: 900px;

  .skill-card {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;

    

    border: 3px solid var(--main-color);
    border-radius: 10px;

    transition: all 0.5s;

    &:hover {
      box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
        0 10px 10px rgba(0, 0, 0, 0.22);
    }

    

    #tag-1 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -65px;
    }

    #tag-2 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -40px;
    }

    #tag-3 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -45px;
    }


    #tag-4 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -50px;
    }


    #tag-5 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -70px;
    }

    #tag-6 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -85px;
    }

    #tag-7 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -110px;
    }

    #tag-8{
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -100px;
    }

    #tag-9{
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -75px;
    }

    #tag-10{
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -65px;
    }

    #tag-11{
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -85px;
    }

    #tag-12{
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -45px;
    }
  }

  .skill-card:hover {
      background: var(--main-color);
    }
}



/*  ******** Footer ********* */

.footer{
  background-color: var(--bg-light-color);
 margin-top: 70%;
}

.footercontainer{
  width: 100%;
  padding: 75px;
}

/* ********** get in touch ********* */

.footer .get{
  color: var(--para-color);
  font-size: 40px;
  position: relative;
  top: 110px;
  left: 80px;
}

/* ************ Socials ************ */

.footer .socialicons{
  position: relative;
  right: -400px;
  top: -10px;
}

.socialicons a{
  font-size: 25px;
  text-decoration: none;
  padding: 10px;
  color: var(--text-color);
  opacity: 0.9;
}

.socialicons a:hover{
  background-color: var(--main-color);
  border-radius: 100%;
}


/* ********** Copyrights ********** */

.footerbottom{
  padding: 1px;
  text-align: center;
}


.footerbottom p{
  color: #f9f9f9;
  font-size: 10px;
}

.disigner{
  opacity: 0.7;
  text-decoration: uppercase;
  font-weight: 700;
  margin: 0px 5;
}



/*  ********** TOOLS ************** */


#tool{
  font-size: 2.5rem;
font-weight: 500;
margin-top: 100px;
text-align: center;
letter-spacing: 1px;
color: var(--text-color);
transform: translateX(-15%);
position: relative;
left: 10px;
top: -30px;
opacity: 0;
animation: slide-in-anim 3s ease-in-out forwards;
}

/* ***********Tool Card ********** */



@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");


.container2 {
   display:flex;
   flex-wrap: wrap;
   gap: 20px;

  margin: 5px 150px;

  width: 550px;
  height: 650px;

  .tool-card {
    display:flex;
    width: 150px;
    height: 200px;
   
   

    

    border: 3px solid var(--main-color);
    border-radius: 10px;

    transition: all 0.5s;

    &:hover {
      box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
        0 10px 10px rgba(0, 0, 0, 0.22);
    }

    #tag-13 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -65px;
    }

    #tag-14 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -75px;
    }

    #tag-15 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -55px;
    }

    #tag-16 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 120px;
      left: -60px;
    }

    #tag-17 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 120px;
      left: -60px;
    }

    #tag-18 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 120px;
      left: -60px;
    }

    #tag-19 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 120px;
      left: -55px;
    }

  }

  .tool-card:hover {
      background: var(--main-color);
    }
}
}






/* ****************************************** 600px **************************************** */


@media (max-width: 600px) {

  
  html,body{
    width: 100%;
    padding: 0;
    overflow-x: hidden;
  }
  
   html{
    scroll-behavior: smooth;
  }


  .header{
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      padding: 2.5rem ;
      display: flex;
      justify-content: space-between;
      align-items: center;
      z-index: 100;
  }

  .logo {
    font-size: 26px;
    font-weight: 700;
    color: var(--text-color);
   position: absolute;
   left: 40px;
   top: 30px;
}


  .about-heading p{
      color: var(--text-color);
      text-align: justify;
      font-size: 20px;
      line-height: 1.5;
      padding: 40px;
  }

  .about-me li {
      color: var(--main-color);
      font-size: 20px;
      height: 1.7em;
      width: 120px;
      word-spacing: 3px;
      position: relative;
      top: -5px;
      left: 250px;
  }

      /* navigation inner text */
  
      nav a{
          color: var(--text-color);
      }

      nav li{
        display: block;
        text-align: center;
        margin: 1.3rem 0;
        margin-left: -350px;
      }
        /* ********down navbar****** */
       nav ul{
          background-color: rgba(213, 121, 255, 0.67);
          position: absolute;
          top: 80px;
          left: 0;
          width: 100%;
          height: 0;
          overflow: hidden;
      }
  
      /* ******* Menu ******** */
  
  .menu-line {
      height: 3px;
      width: 20px;
      background-color: var(--text-color);
      margin-bottom: 3px;
  }
  
  .menu {
      cursor: pointer;
  }
  
      .menu {
          display: block;
          position: absolute;
          right: 40px;
          top: 30px;
      }
  
      .showmenu{
          display:block;
          height: 13.7rem;
          transition: .5s ease;
      }
  
  
  /******* Link Hover Effect ******* */

nav a:hover:after {
  width: 100%;
 left: 0%;
}

nav a:after{
  content: "";
  pointer-events: none;
  bottom: -2px;
  left: 50%;
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: var(--main-color);
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: width, left;
}

/* ******* about me heading ******** */

.h2{
  font-size: 2.5rem;
  font-weight: 500;
  margin-top: 100px;
  text-align: center;
  letter-spacing: 1px;
  position: relative;
  top: 30px;
  left: 5px;
  color: var(--text-color);
  transform: translateX(-15%);
opacity: 0;
animation: slide-in-anim 3s ease-in-out forwards;
}

.h2 span{
  color: var(--main-color);
}


/* ******* Skills ******** */

.h1 {
  font-size: 2.5rem;
   font-weight: 500;
   margin-top: 100px;
   text-align: center;
   letter-spacing: 1px;
   color: var(--main-color);
   position: relative;
   top: -50px;
   left: -20px;
   transform: translateX(-15%);
opacity: 0;
animation: slide-in-anim 3s ease-in-out forwards;
}

.h1 span{
  color: var(--main-color);
}


/* ***********Skill Card ********** */



@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");


.container {
   display:flex;
   flex-wrap: wrap;
   gap: 10px;

  margin: 5px 50px;

  width: 480px;
  height: 900px;

  .skill-card {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;

    

    border: 3px solid var(--main-color);
    border-radius: 10px;

    transition: all 0.5s;

    &:hover {
      box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
        0 10px 10px rgba(0, 0, 0, 0.22);
    }

    

    #tag-1 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -65px;
    }

    #tag-2 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -40px;
    }

    #tag-3 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -45px;
    }


    #tag-4 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -50px;
    }


    #tag-5 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -70px;
    }

    #tag-6 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -85px;
    }

    #tag-7 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -110px;
    }

    #tag-8{
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -100px;
    }

    #tag-9{
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -75px;
    }

    #tag-10{
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -65px;
    }

    #tag-11{
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -85px;
    }

    #tag-12{
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -45px;
    }
  }
  }

  .skill-card:hover {
      background: var(--main-color);
    }
  
  



    


/*  ******** Footer ********* */

.footer{
  background-color: var(--bg-light-color);
 margin-top: auto;
}

.footercontainer{
  width: 100%;
  padding: 75px;
}

/* ********** get in touch ********* */

.footer .get{
  color: var(--para-color);
  font-size: 40px;
  position: relative;
  top: 55px;
  left: 190px;
}

/* ************ Socials ************ */

.footer .socialicons{
  position: relative;
  right: -110px;
  top: 30px;
}

.socialicons a{
  font-size: 26px;
  text-decoration: none;
  padding: 10px;
  color: var(--text-color);
  opacity: 0.9;
}

.socialicons a:hover{
  background-color: var(--main-color);
  border-radius: 100%;
}


/* ********** Copyrights ********** */

.footerbottom{
  padding: 1px;
  text-align: center;
}


.footerbottom p{
  color: #f9f9f9;
  font-size: 10px;
}

.disigner{
  opacity: 0.7;
  text-decoration: uppercase;
  font-weight: 700;
  margin: 0px 5;
}



/*  ********** TOOLS ************** */


#tool{
  font-size: 2.5rem;
font-weight: 500;
margin-top: 100px;
text-align: center;
letter-spacing: 1px;
color: var(--text-color);
transform: translateX(-15%);
position: relative;
left: -10px;
top: -30px;
opacity: 0;
animation: slide-in-anim 3s ease-in-out forwards;
}



/* ***********Tool Card ********** */



@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");


.container2 {
   display:flex;
   flex-wrap: wrap;
   gap: 20px;

  margin: 5px 50px;

  width: 550px;
  height: 650px;

  .tool-card {
    display:flex;
    width: 150px;
    height: 200px;
   
   

    

    border: 3px solid var(--main-color);
    border-radius: 10px;

    transition: all 0.5s;
  

    &:hover {
      box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
        0 10px 10px rgba(0, 0, 0, 0.22);
    }

    #tag-13 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -65px;
    }

    #tag-14 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -75px;
    }

    #tag-15 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -55px;
    }

    #tag-16 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 120px;
      left: -60px;
    }

    #tag-17 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 120px;
      left: -60px;
    }

    #tag-18 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 120px;
      left: -60px;
    }

    #tag-19 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 120px;
      left: -55px;
    }
  }

  }


  .tool-card:hover {
      background: var(--main-color);
    }

  }



  
/* ****************************************** 430px **************************************** */


@media (max-width: 430px) {

  
  html,body{
    width: 100%;
    padding: 0;
    overflow-x: hidden;
  }
  
   html{
    scroll-behavior: smooth;
  }


  .header{
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      padding: 2.5rem ;
      display: flex;
      justify-content: space-between;
      align-items: center;
      z-index: 100;
  }

  .logo {
    font-size: 26px;
    font-weight: 700;
    color: var(--text-color);
   position: absolute;
   left: 40px;
   top: 0;
}


  .about-heading p{
      color: var(--text-color);
      text-align: justify;
      font-size: 20px;
      line-height: 1.5;
      padding: 40px;
  }

  .about-me li {
      color: var(--main-color);
      font-size: 20px;
      height: 2em;
      width: 150px;
      word-spacing: 3px;
      position: relative;
      top: -5px;
      left: 150px;
  }

  /* navigation bar */

  nav {
    flex-direction: column;
  }

  .barnav li {
    display: block;
    text-align: center;
    margin: 1.3rem 0;
    margin-left: -350px;
  }

  nav ul {
    background-color: rgba(213, 121, 255, 0.67);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
    display: flex;
  }

  .logo {
    align-self: flex-start;
    margin: 20px 0px 0px -20px;
  }

  /* ******* Menu ******** */

  .menu-line {
    height: 3px;
    width: 20px;
    background-color: var(--text-color);
    margin-bottom: 3px;
  }

  .menu {
    cursor: pointer;
  }

  .menu {
    display: block;
    position: absolute;
    right: 40px;
    top: 33px;
  }

  .showmenu {
    display: inline-block;
    height: 13.7rem;
    overflow: hidden;
    transition: 0.5s ease;
  }
  
  /******* Link Hover Effect ******* */

nav a:hover:after {
  width: 100%;
 left: 0%;
}

nav a:after{
  content: "";
  pointer-events: none;
  bottom: -2px;
  left: 50%;
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: var(--main-color);
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: width, left;
}

/* ******* about me heading ******** */

.h2{
  font-size: 2.5rem;
  font-weight: 500;
  margin-top: 100px;
  text-align: center;
  letter-spacing: 1px;
  position: relative;
  top: 30px;
  left: 5px;
  color: var(--text-color);
  transform: translateX(-15%);
opacity: 0;
animation: slide-in-anim 3s ease-in-out forwards;
}

.h2 span{
  color: var(--main-color);
}


/* ******* Skills ******** */

.h1 {
  font-size: 2.5rem;
   font-weight: 500;
   margin-top: 100px;
   text-align: center;
   letter-spacing: 1px;
   color: var(--main-color);
   position: relative;
   top: -50px;
   left: -20px;
   transform: translateX(-15%);
opacity: 0;
animation: slide-in-anim 3s ease-in-out forwards;
}

.h1 span{
  color: var(--main-color);
}


/* ***********Skill Card ********** */



@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");


.container {
   display:flex;
   flex-wrap: wrap;
   gap: 10px;
  margin:20px;
  width: 480px;
  height: 800px;

  .skill-card {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 120px;

    

    border: 3px solid var(--main-color);
    border-radius: 10px;

    transition: all 0.5s;

    &:hover {
      box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
        0 10px 10px rgba(0, 0, 0, 0.22);
    }

    

    #tag-1 {
      width: 30px;
      height: 20px;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -68px;
    }

    .svg1{
      margin-left: -15px;
    }

    #tag-2 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -45px;
    }

    .svg2{
      margin-top: -6px;
      margin-left: -15px;
    }

    #tag-3 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -50px;
    }

    .svg3{
      margin-top: -6px;
      margin-left: -15px;
    }


    #tag-4 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -55px;
    }

    .svg4{
      margin-top: -6px;
      margin-left: -15px;
    }


    #tag-5 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -70px;
    }

    .svg5{
      margin-top: 15px;
      margin-left: -15px;
    }

    #tag-6 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -93px;
    }

    .svg6{
      margin-top: 15px;
      margin-left: -15px;
    }

    #tag-7 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -115px;
    }

    .svg7{
      margin-top: 15px;
      margin-left: -15px;
    }

    #tag-8{
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -105px;
    }

    .svg8{
      margin-top: 15px;
      margin-left: -10px;
    }

    #tag-9{
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -80px;
    }

    .svg9{
      margin-top: 15px;
      margin-left: -10px;
    }

    #tag-10{
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -70px;
    }

    .svg10{
      margin-top: -5px;
      margin-left: -10px;
    }

    #tag-11{
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -90px;
    }

    .svg11{
      margin-top: -5px;
      margin-left: -15px;
    }

    #tag-12{
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -55px;
    }

    .svg12{
      margin-top: -5px;
      margin-left: -15px;
    }
  }
  }

  .skill-card:hover {
      background: var(--main-color);
    }
  


/* ******* Custom Scrollbar ******** */

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  background: var(--para-color); 
}

::-webkit-scrollbar-thumb {
  background-color: var(--main-color);
  border-radius: 20px;
  
}

::-webkit-scrollbar-track:hover {
  background-color: var(--bg-color);
}




/*  ********* Loading ********** */


.loader {
  width: 100%;
  height: 200vh;
  position: absolute;
  top: -400px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1e1e1e;
  z-index: 100;
  
}

.iframe {
  display: none;
}

.spinner {
  width: 80px;
  height: 80px;
  border: 10px solid #45474b;
  border-radius: 100%;
  border-top: 10px solid var(--main-color);
  animation: spin 1.4s linear infinite;
}

@keyframes spin{
  0%{
      transform: rotate(0deg);
  }
  100%{
      transform: rotate(360deg);
  }
}





/*  ********** TOOLS ************** */


#tool{
  font-size: 2.5rem;
font-weight: 500;
margin-top: 100px;
text-align: center;
letter-spacing: 1px;
color: var(--text-color);
transform: translateX(-15%);
position: relative;
left: -10px;
top: -30px;
opacity: 0;
animation: slide-in-anim 3s ease-in-out forwards;
}



/* ***********Tool Card ********** */



@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");


.container2{
  display: grid; /* Changed from flex to grid */
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); /* Adjust column width */
  gap: 10px;
  margin: 20px;
  width: 400px; /* Adjusted width to fit 3 columns */
  height: 230px; /* Let the height adjust based on content */


.tool-card {
  display:grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 120px;/* Adjust height to fit 3 rows */

  border: 3px solid var(--main-color);
  border-radius: 10px;

  transition: all 0.5s;

  &:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  }



#tag-13 {
  width: 50px;
  height: 20px; /* Corrected typo in 'px' */
  color: var(--text-color);
  font-size: 17px;
  position: relative;
  top: 130px;
  left: -70px;
}

.svg13{
  width: 100px;
  margin-left: -10px;
}
  

    #tag-14 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 130px;
      left: -85px;
    }

    .svg14{
      width: 100px;
      margin-left: -10px;
    }

    #tag-15 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 130px;
      left: -65px;
    }

    .svg15{
      width: 130px;
      margin-left: -35px;
      margin-top: -10px;
    }

    #tag-16 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 120px;
      left: -70px;
    }

    .svg16{
      width: 130px;
      margin-left: -30px;
      margin-top: -10px;
    }

    #tag-17 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 120px;
      left: -70px;
    }

    .svg17{
      width: 130px;
      margin-left: -35px;
      margin-top: -10px;
    }

    #tag-18 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 120px;
      left: -80px;
    }

    .svg18{
      width: 130px;
      margin-left: -35px;
      margin-top: -10px;
    }

    #tag-19 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 120px;
      left: -65px;
    }

    .svg19{
      width: 130px;
      margin-left: -35px;
      margin-top: -10px;
    }
  }
}

  


  .tool-card:hover {
      background: var(--main-color);
    }

    /*  ******** Footer ********* */

  .footer{
    background-color: var(--bg-light-color);
   margin-top: 100%;
}

.footercontainer{
    width: 100%;
    padding: 75px;
}

/* Get in touch */
.footer .get {
  color: var(--para-color);
  font-size: 40px;
  position: relative;
  top: 55px;
  left: 100px;
}


/* Social icons */
.footer .socialicons {
  text-align: center;
  margin-top: 10px; 
  position: relative; 
  right: -10px; 
  top: 10px;

.footer .socialicons a {
  font-size: 25px;
  padding: 10px;
  opacity: 1;
}
/* ********** Copyrights ********** */

.footerbottom{
  padding: 1px;
  text-align: center;
}


.footerbottom p{
  color: #f9f9f9;
  font-size: 10px;
}

.disigner{
  opacity: 0.7;
  text-decoration: uppercase;
  font-weight: 700;
  margin: 0px 5;
}
}
}

  


  /* ****************************************** 280px **************************************** */


@media (max-width: 280px) {

  
  html,body{
    width: 100%;
    padding: 0;
    overflow-x: hidden;
  }
  
   html{
    scroll-behavior: smooth;
  }


  .header{
    background-color: var(--bg-color);
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1rem 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

  .logo {
    font-size: 15px;
    font-weight: 700;
    color: var(--text-color);
   position: absolute;
   left: 10px;
   top: 10px;
}


  .about-heading p{
      color: var(--text-color);
      text-align: justify;
      font-size: 15px;
      line-height: 1.5;
      padding: 40px;
  }

  .about-me li {
      color: var(--main-color);
      font-size: 15px;
      height: 1.7em;
      width: 120px;
      word-spacing: 3px;
      position: relative;
      top: -5px;
      left: 120px;
  }

      /* navigation inner text */
  
      nav a{
          color: var(--text-color);
      }

      nav li{
        display: block;
        font-size: 15px;
        text-align: center;
        margin: .7rem 0;
        margin-left: -350px;
      }
        /* ********down navbar****** */
       nav ul{
          background-color: rgba(213, 121, 255, 0.67);  
      
          position: absolute;
          top: 35px;
          left: 0;
          max-height: 120px;
          width: 100%;
          height: 0;
          overflow: hidden;
      }
  
      /* ******* Menu ******** */
  
  .menu-line {
      height: 2px;
      width: 15px;
      background-color: var(--text-color);
      margin-bottom: 2px;
  }
  
  .menu {
      cursor: pointer;
  }
  
      .menu {
          display: block;
          position: absolute;
          right: 20px;
          top: 15px;
      }
  
      .showmenu{
          display:block;
          height: 13.7rem;
          transition: .5s ease;
      }
  
  
  /******* Link Hover Effect ******* */

nav a:hover:after {
  width: 100%;
 left: 0%;
}

nav a:after{
  content: "";
  pointer-events: none;
  bottom: -2px;
  left: 50%;
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: var(--main-color);
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: width, left;
}

/* ******* about me heading ******** */

.h2{
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 100px;
  text-align: center;
  letter-spacing: 1px;
  position: relative;
  top: 30px;
  left: 5px;
  color: var(--text-color);
  transform: translateX(-15%);
opacity: 0;
animation: slide-in-anim 3s ease-in-out forwards;
}

.h2 span{
  color: var(--main-color);
}


/* ******* Skills ******** */

.h1 {
  font-size: 1.5rem;
   font-weight: 500;
   margin-top: 100px;
   text-align: center;
   letter-spacing: 1px;
   color: var(--main-color);
   position: relative;
   top: -50px;
   left: -20px;
   transform: translateX(-15%);
opacity: 0;
animation: slide-in-anim 3s ease-in-out forwards;
}

.h1 span{
  color: var(--main-color);
}


/* ***********Skill Card ********** */



@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");


.container {
   display:flex;
   flex-wrap: wrap;
   gap: 10px;

  margin: 0px 50px;

  width: 300px;
  height: 2500px;

  .skill-card {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;

    

    border: 3px solid var(--main-color);
    border-radius: 10px;

    transition: all 0.5s;

    &:hover {
      box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
        0 10px 10px rgba(0, 0, 0, 0.22);
    }

    

    #tag-1 {
      width: 30px;
      height: 20px;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -65px;
    }

    #tag-2 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -40px;
    }

    #tag-3 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -45px;
    }


    #tag-4 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -50px;
    }


    #tag-5 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -70px;
    }

    #tag-6 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -85px;
    }

    #tag-7 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -110px;
    }

    #tag-8{
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -100px;
    }

    #tag-9{
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -75px;
    }

    #tag-10{
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -65px;
    }

    #tag-11{
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -85px;
    }

    #tag-12{
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -45px;
    }
  }
  }

  .skill-card:hover {
      background: var(--main-color);
    }
  



    


     /*  ******** Footer ********* */

     .footer{
      background-color: var(--bg-light-color);
     margin-top: 250%;
  }
  
  .footercontainer{
      width: 100%;
      padding: 35px;
  }
  
  /* ********** get in touch ********* */
  
  .footer .get{
      color: var(--para-color);
      font-size: 20px;
      position: relative;
      top: 20px;
      left: 80px;
  }
  
  /* ************ Socials ************ */
  
  .footer .socialicons{
      position: relative;
      right: -45px;
      top: 10px;
  }
  
  .socialicons a{
      font-size: 10px;
      text-decoration: none;
      padding: 5px;
      color: var(--text-color);
      opacity: 0.9;
  }
  
  .socialicons a:hover{
      background-color: var(--main-color);
      border-radius: 100%;
    }
  
  
  /* ********** Copyrights ********** */
  
  .footerbottom{
      padding: 1px;
      text-align: center;
  }
  
  
  .footerbottom p{
      color: #f9f9f9;
      font-size: 5px;
  }
  
  .disigner{
      opacity: 0.7;
      text-decoration: uppercase;
      font-weight: 700;
      margin: 0px 5;
  }
  
  
  
  /* ******* Custom Scrollbar ******** */
  
  ::-webkit-scrollbar {
      width: 7px;
  }
  
  ::-webkit-scrollbar-track {
      background: var(--para-color); 
  }
  
  ::-webkit-scrollbar-thumb {
      background-color: var(--main-color);
      border-radius: 20px;
      
  }
  
  ::-webkit-scrollbar-track:hover {
      background-color: var(--bg-color);
  }
  
  
  
  
  /*  ********* Loading ********** */
  
  
  .loader {
      width: 100%;
      height: 200vh;
      position: absolute;
      top: -400px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #1e1e1e;
      z-index: 100;
      
  }
  
  .iframe {
      display: none;
  }
  
  .spinner {
      width: 50px;
      height: 50px;
      border: 5px solid #45474b;
      border-radius: 100%;
      border-top: 5px solid var(--main-color);
      animation: spin 1.4s linear infinite;
  }
  
  @keyframes spin{
      0%{
          transform: rotate(0deg);
      }
      100%{
          transform: rotate(360deg);
      }
  }




/*  ********** TOOLS ************** */


#tool{
  font-size: 1.5rem;
font-weight: 500;
margin-top: 100px;
text-align: center;
letter-spacing: 1px;
color: var(--text-color);
transform: translateX(-15%);
position: relative;
left: -10px;
top: -30px;
opacity: 0;
animation: slide-in-anim 3s ease-in-out forwards;
}



/* ***********Tool Card ********** */



@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");


.container2 {
   display:flex;
   flex-wrap: wrap;
   gap: 10px;

  margin: 0px 50px;

  width: 250px;
  height: 800px;

  .tool-card {
    display:flex;
    width: 150px;
    height: 200px;
   
   

    

    border: 3px solid var(--main-color);
    border-radius: 10px;

    transition: all 0.5s;

    &:hover {
      box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
        0 10px 10px rgba(0, 0, 0, 0.22);
    }

    #tag-13 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -65px;
    }

    #tag-14 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -75px;
    }

    #tag-15 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 140px;
      left: -55px;
    }

    #tag-16 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 120px;
      left: -60px;
    }

    #tag-17 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 120px;
      left: -60px;
    }

    #tag-18 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 120px;
      left: -60px;
    }

    #tag-19 {
      width: 50px;
      height: 20PX;
      color: var(--text-color);
      font-size: 17px;
      position: relative;
      top: 120px;
      left: -55px;
    }
  }

  }


  .tool-card:hover {
      background: var(--main-color);
    }

  }


